home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
626-637
/
disk_636
/
wwbatch
/
ibf2res
< prev
next >
Wrap
Text File
|
1992-05-06
|
531b
|
23 lines
; ! WW ! Install Batch File To RESIDENT
; by Carsten Raufuß, 02-Feb-1992
; ©1991 by ! WIZARD WORKS !
; - with this batch file you can resident the files/commands
; needed for ! WW ! program batch files
; - this is quite helpful for 1 disk drive Amigas
; - copy this batchfile to RAM: or SYS: and execute it...
echo "Trying to resident ..."
echo "C:IconX ..."
resident C:IconX pure add
echo "O.K."
echo "C:Run ... "
resident C:Run pure add
echo "O.K."
echo "C:Execute ..."
resident C:Execute pure add
echo "O.K."